mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
Fix bashism in deploy command.
This commit is contained in:
parent
4090eae816
commit
f4569111e6
1 changed files with 1 additions and 1 deletions
2
ynh-dev
2
ynh-dev
|
@ -161,7 +161,7 @@ elif [ "$1" = "deploy" ]; then
|
||||||
cd $BASE_DIR/moulinette
|
cd $BASE_DIR/moulinette
|
||||||
./setup.py install
|
./setup.py install
|
||||||
cd ..
|
cd ..
|
||||||
[-e "./cache/moulinette/actionsmap/yunohost.pkl"] && rm /var/cache/moulinette/actionsmap/yunohost.pkl
|
[ -e "./cache/moulinette/actionsmap/yunohost.pkl" ] && rm /var/cache/moulinette/actionsmap/yunohost.pkl
|
||||||
echo "moulinette deployed"
|
echo "moulinette deployed"
|
||||||
;;
|
;;
|
||||||
ssowat)
|
ssowat)
|
||||||
|
|
Loading…
Add table
Reference in a new issue