mirror of
https://github.com/YunoHost-Apps/piped_ynh.git
synced 2024-09-03 20:05:54 +02:00
Update upgrade
This commit is contained in:
parent
b6e6ba1bbe
commit
752f5811d8
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ then
|
||||||
ynh_secure_remove --file="$install_dir/dist"
|
ynh_secure_remove --file="$install_dir/dist"
|
||||||
mv $install_dir/build/dist $install_dir
|
mv $install_dir/build/dist $install_dir
|
||||||
pushd $install_dir/dist
|
pushd $install_dir/dist
|
||||||
ynh_replace_string --match_string="pipedapi\.kavin\.rocks" -replace_string="$domain\\/api" --target_file="assets/*"
|
ynh_replace_string --match_string="pipedapi\.kavin\.rocks" --replace_string="$domain\\/api" --target_file="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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue