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-28 00:15:01 +01:00
parent c8bf562a30
commit eeb09150d4

View file

@ -54,7 +54,7 @@ pushd $install_dir/dist
domainandpath="$domain$path"
domainandpath=${domainandpath%%+(/)}
domainpathapi="$domain$path/api"
sed -i s/pipedapi.kavin.rocks/"$domainandpath"/g assets/*
sed -i s/pipedapi.kavin.rocks/"$domainpathapi"/g assets/*
popd
chown -R $app:www-data "$install_dir/dist"
chmod -R 755 "$install_dir/dist"