1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piped_ynh.git synced 2024-09-03 20:05:54 +02:00
This commit is contained in:
orhtej2 2024-01-27 23:59:28 +01:00
parent 0391d73e11
commit a6a614deea

View file

@ -51,7 +51,7 @@ popd
mv $install_dir/build/dist $install_dir mv $install_dir/build/dist $install_dir
pushd $install_dir/dist pushd $install_dir/dist
sed -i s/pipedapi.kavin.rocks/"$domain\/$path\/api"/g /usr/share/nginx/html/assets/* sed -i s/pipedapi.kavin.rocks/"$domain\/$path\/api"/g assets/*
popd popd
chown -R $app:www-data "$install_dir/dist" chown -R $app:www-data "$install_dir/dist"
chmod -R 755 "$install_dir/dist" chmod -R 755 "$install_dir/dist"