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:
parent
8e89e7016c
commit
152c7a54e2
3 changed files with 0 additions and 5 deletions
|
@ -13,7 +13,6 @@
|
||||||
"website": "http://etherpad.org",
|
"website": "http://etherpad.org",
|
||||||
"demo": "https://video.etherpad.com",
|
"demo": "https://video.etherpad.com",
|
||||||
"admindoc": "http://etherpad.org/doc/v1.8.14",
|
"admindoc": "http://etherpad.org/doc/v1.8.14",
|
||||||
"userdoc": "https://yunohost.org/en/app_etherpad_mypads",
|
|
||||||
"code": "https://github.com/ether/etherpad-lite"
|
"code": "https://github.com/ether/etherpad-lite"
|
||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
|
|
@ -4,8 +4,6 @@
|
||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# Dependencies for AbiWord
|
# Dependencies for AbiWord
|
||||||
abiword_app_depencencies="abiword"
|
abiword_app_depencencies="abiword"
|
||||||
|
|
||||||
|
|
|
@ -46,12 +46,10 @@ app=$YNH_APP_INSTANCE_NAME
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Validating installation parameters..."
|
ynh_script_progression --message="Validating installation parameters..."
|
||||||
|
|
||||||
ynh_print_OFF
|
|
||||||
if [ "${#password}" -lt 8 ] || [ "${#password}" -gt 30 ]
|
if [ "${#password}" -lt 8 ] || [ "${#password}" -gt 30 ]
|
||||||
then
|
then
|
||||||
ynh_die --message="The password must be between 8 and 30 characters."
|
ynh_die --message="The password must be between 8 and 30 characters."
|
||||||
fi
|
fi
|
||||||
ynh_print_ON
|
|
||||||
|
|
||||||
final_path=/var/www/$app
|
final_path=/var/www/$app
|
||||||
test ! -e "$final_path" || ynh_die --message="This path already contains a folder"
|
test ! -e "$final_path" || ynh_die --message="This path already contains a folder"
|
||||||
|
|
Loading…
Add table
Reference in a new issue