1
0
Fork 0
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:
anmol26s 2018-09-14 08:58:43 +05:30
parent 3c7bc5b4fe
commit 99ca222873

View file

@ -86,7 +86,7 @@ ynh_install_app_dependencies squid3
ynh_replace_string "__ADMIN_PASS__" "$admin_pass_yuno" "../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
#=================================================