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:
parent
3c4a38bd42
commit
12d005f28e
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ script_dir="$PWD"
|
|||
pushd "$final_path"
|
||||
chown -R $app: $final_path
|
||||
npm install
|
||||
DATA_PATH="/home/yunohost.app/$app"
|
||||
DATA_PATH="/home/yunohost.app/"$app
|
||||
mkdir -p $DATA_PATH
|
||||
chown -R "$app":"$app" $final_path $DATA_PATH
|
||||
|
||||
|
|
Loading…
Reference in a new issue