1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git synced 2024-09-03 18:36:09 +02:00

Cleaning up

This commit is contained in:
ericgaspar 2021-09-28 17:35:46 +02:00
parent 8e89e7016c
commit 152c7a54e2
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 0 additions and 5 deletions

View file

@ -13,7 +13,6 @@
"website": "http://etherpad.org",
"demo": "https://video.etherpad.com",
"admindoc": "http://etherpad.org/doc/v1.8.14",
"userdoc": "https://yunohost.org/en/app_etherpad_mypads",
"code": "https://github.com/ether/etherpad-lite"
},
"license": "Apache-2.0",

View file

@ -4,8 +4,6 @@
# COMMON VARIABLES
#=================================================
#!/bin/bash
# Dependencies for AbiWord
abiword_app_depencencies="abiword"

View file

@ -46,12 +46,10 @@ app=$YNH_APP_INSTANCE_NAME
#=================================================
ynh_script_progression --message="Validating installation parameters..."
ynh_print_OFF
if [ "${#password}" -lt 8 ] || [ "${#password}" -gt 30 ]
then
ynh_die --message="The password must be between 8 and 30 characters."
fi
ynh_print_ON
final_path=/var/www/$app
test ! -e "$final_path" || ynh_die --message="This path already contains a folder"