Skip to content

Commit 9b2f3e3

Browse files
authored
Added -r to copy command
1 parent 3aaaba1 commit 9b2f3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ git clone https://github.com/UpCloudLtd/upcloud-whmcs-module.git ~/upcloud-whmcs
1818
```
1919

2020
```
21-
sudo cp ~/upcloud-whmcs-module/modules/servers/upCloudVm /var/www/html/whmcs/modules/servers/
21+
sudo cp -r ~/upcloud-whmcs-module/modules/servers/upCloudVm /var/www/html/whmcs/modules/servers/
2222
```
2323

2424
Then update the permissions to allow the web server user to make changes.

0 commit comments

Comments
 (0)