1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/haste_ynh.git synced 2024-09-03 20:36:28 +02:00

Fix path creation

This commit is contained in:
mbugeia 2016-10-25 00:03:27 +02:00
parent 045ba29953
commit d533f37c50

View file

@ -33,7 +33,7 @@ id -u "$app" &>/dev/null || sudo adduser "$app" \
# Install the app
DESTDIR="/opt/"${app}
install_haste $DESTDIR
mkdir -p $DATA_PATH
sudo mkdir -p $DATA_PATH
sudo chown -R "$app":"$app" $DESTDIR $DATA_PATH
# Configure haste with config.js file