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:47:23 +02:00 committed by GitHub
parent 80c8a3e07f
commit 0f2fd51d17

View file

@ -133,7 +133,7 @@ chown -R "$app":"$app" $final_path $DATA_PATH
# Add HASTE AS A BINARY FILE
#=================================================
ynh_replace_string "YNH_HASTE_URL" "${DOMAIN}${path%/}" "../conf/haste.sh"
ynh_replace_string "YNH_HASTE_URL" "${domain}${path%/}" "../conf/haste.sh"
cp ../conf/haste.sh /usr/bin/"$app"
chmod +x /usr/bin/"$app"