mirror of
https://github.com/YunoHost-Apps/squid3_ynh.git
synced 2024-09-03 20:26:11 +02:00
Fix fail to copy config file in install
This commit is contained in:
parent
3c7bc5b4fe
commit
99ca222873
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ ynh_install_app_dependencies squid3
|
||||||
|
|
||||||
ynh_replace_string "__ADMIN_PASS__" "$admin_pass_yuno" "../conf/squid.conf"
|
ynh_replace_string "__ADMIN_PASS__" "$admin_pass_yuno" "../conf/squid.conf"
|
||||||
ynh_replace_string "__PORT__" "$port" "../conf/squid.conf"
|
ynh_replace_string "__PORT__" "$port" "../conf/squid.conf"
|
||||||
cp -f "../conf/squid.conf" "/etc/squid/squid.conf"
|
cp -f "../conf/squid.conf" "/etc/squid/."
|
||||||
#=================================================
|
#=================================================
|
||||||
# STORE THE CONFIG FILE CHECKSUM
|
# STORE THE CONFIG FILE CHECKSUM
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue