mirror of
https://github.com/YunoHost-Apps/noalyss_ynh.git
synced 2024-09-03 19:46:20 +02:00
[enh] add set -e in remove script
This commit is contained in:
parent
391a8469fe
commit
a66d859667
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
set -e
|
||||||
|
|
||||||
final_path=/var/www/noalyss
|
final_path=/var/www/noalyss
|
||||||
|
|
||||||
sudo rm -rf $final_path
|
sudo rm -rf $final_path
|
||||||
|
|
Loading…
Reference in a new issue