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

Update install

This commit is contained in:
Rafi59 2017-10-13 18:42:41 +02:00 committed by GitHub
parent 3c4a38bd42
commit 12d005f28e

View file

@ -119,7 +119,7 @@ script_dir="$PWD"
pushd "$final_path" pushd "$final_path"
chown -R $app: $final_path chown -R $app: $final_path
npm install npm install
DATA_PATH="/home/yunohost.app/$app" DATA_PATH="/home/yunohost.app/"$app
mkdir -p $DATA_PATH mkdir -p $DATA_PATH
chown -R "$app":"$app" $final_path $DATA_PATH chown -R "$app":"$app" $final_path $DATA_PATH