mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
fix printf error
This commit is contained in:
parent
1fbb65dcd2
commit
9c9ad17209
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ fi
|
||||||
|
|
||||||
# Check password not empty
|
# Check password not empty
|
||||||
if [[ -z "$password" ]]; then
|
if [[ -z "$password" ]]; then
|
||||||
printf("Error empty admin password, aborting");
|
printf "Error empty admin password, aborting"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue