Repo url change
parent
afa42cd223
commit
ef95f6a8cf
|
@ -27,7 +27,7 @@ globals:
|
||||||
onInstall:
|
onInstall:
|
||||||
- cmd[cp]: |-
|
- cmd[cp]: |-
|
||||||
sudo su
|
sudo su
|
||||||
curl -sO https://deploy-proxy.mightybox.io/addons/add-sftp-user/raw/branch/main/add-sftp.sh
|
curl -sO https://deploy.mightybox.io/addons/add-sftp-user/raw/branch/main/add-sftp.sh
|
||||||
chmod +x add-sftp.sh
|
chmod +x add-sftp.sh
|
||||||
echo -e "\nMatch User user*\nPasswordAuthentication yes" >> /etc/ssh/sshd_config
|
echo -e "\nMatch User user*\nPasswordAuthentication yes" >> /etc/ssh/sshd_config
|
||||||
chown root:root /var/www/webroot/ROOT
|
chown root:root /var/www/webroot/ROOT
|
||||||
|
|
Loading…
Reference in New Issue