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
7ad6988618
commit
3c4a38bd42
1 changed files with 3 additions and 0 deletions
|
@ -119,6 +119,9 @@ script_dir="$PWD"
|
|||
pushd "$final_path"
|
||||
chown -R $app: $final_path
|
||||
npm install
|
||||
DATA_PATH="/home/yunohost.app/$app"
|
||||
mkdir -p $DATA_PATH
|
||||
chown -R "$app":"$app" $final_path $DATA_PATH
|
||||
|
||||
#=================================================
|
||||
# Configure haste with config.js file
|
||||
|
|
Loading…
Reference in a new issue