mirror of
https://github.com/YunoHost-Apps/rainloop_ynh.git
synced 2024-09-03 20:16:18 +02:00
typo
This commit is contained in:
parent
b89fc14c8a
commit
60adb9eda5
1 changed files with 5 additions and 5 deletions
|
@ -8,16 +8,16 @@ path=$2
|
||||||
is_public=$3
|
is_public=$3
|
||||||
|
|
||||||
# Removal of trailing /
|
# Removal of trailing /
|
||||||
#path=${path%/}
|
path=${path%/}
|
||||||
|
|
||||||
sudo yunohost app setting rainloop domain -v $domain
|
sudo yunohost app setting rainloop domain -v $domain
|
||||||
|
|
||||||
|
|
||||||
# Check domain/path availability
|
# Check domain/path availability
|
||||||
sudo yunohost app checkurl $domain$path -a rainloop
|
#sudo yunohost app checkurl $domain$path -a rainloop
|
||||||
if [[ ! $? -eq 0 ]]; then
|
#if [[ ! $? -eq 0 ]]; then
|
||||||
exit 1
|
# exit 1
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
# Generate random password
|
# Generate random password
|
||||||
#db_pwd=$(dd if=/dev/urandom bs=1 count=200 2> /dev/null | tr -c -d 'A-Za-z0-9' | sed -n 's/\(.\{24\}\).*/\1/p')
|
#db_pwd=$(dd if=/dev/urandom bs=1 count=200 2> /dev/null | tr -c -d 'A-Za-z0-9' | sed -n 's/\(.\{24\}\).*/\1/p')
|
||||||
|
|
Loading…
Add table
Reference in a new issue