Remove comments

main
Anthony 2023-10-27 00:28:12 +08:00
parent 3bba4d9705
commit b075667e34
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ globals:
onInstall:
- cmd[cp]: |
curl -O https://deploy-proxy.mightybox.io/addons/add-sftp-user/raw/branch/main/add-sftp.sh
chmod +x add-sftp.sh # Corrected the filename here
chmod +x add-sftp.sh
- success: |
Add-on installed successfully!
To create additional SFTP accounts, click on the "Add new SFTP user" button.