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:
parent
045ba29953
commit
d533f37c50
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ id -u "$app" &>/dev/null || sudo adduser "$app" \
|
||||||
# Install the app
|
# Install the app
|
||||||
DESTDIR="/opt/"${app}
|
DESTDIR="/opt/"${app}
|
||||||
install_haste $DESTDIR
|
install_haste $DESTDIR
|
||||||
mkdir -p $DATA_PATH
|
sudo mkdir -p $DATA_PATH
|
||||||
sudo chown -R "$app":"$app" $DESTDIR $DATA_PATH
|
sudo chown -R "$app":"$app" $DESTDIR $DATA_PATH
|
||||||
|
|
||||||
# Configure haste with config.js file
|
# Configure haste with config.js file
|
||||||
|
|
Loading…
Reference in a new issue