1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00

add backspace to timezone detection message

This commit is contained in:
src386 2015-09-01 11:14:19 +02:00
parent 49ba6ba22a
commit b8738650ef
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ Current Movim version : 0.9 git2015-08-31
- Update to Movim 0.9 git2015-08-31
- Add notes in README about public pods & whitelisting
- script/install now check if path is empty.
- script/remove now delete /etc/php/fpm/pool.d/movim.conf
- script/remove now delete /etc/php/fpm/pool.d/movim.conf (fix #8).
- script/remove now delete 'movim' user only after Movim service is stopped.
- script/update now updates php dependancies (composer update).
- conf/movim.service now has a PID and a syslog identifier.

View file

@ -39,7 +39,7 @@ if [[ -z "$timezone" ]]; then
printf "Could not detect Timezone, please check /etc/timezone. Installation aborted"
exit 1
else
printf "Detected Timezone $timezone"
printf "Detected Timezone $timezone \n"
fi
# Check path not empty

View file

@ -12,7 +12,7 @@ if [[ -z "$timezone" ]]; then
printf "Could not detect Timezone, please check /etc/timezone. Installation aborted"
exit 1
else
printf "Detected Timezone $timezone"
printf "Detected Timezone $timezone \n"
fi
# Install Movim files