Skip to content

Commit 013fbca

Browse files
committed
v3.10.0 fix
1 parent b2e9683 commit 013fbca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Install/install_func.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ fill_folder_and_sed_func(){
8585
fi
8686
sed -i 's/VERSIONINPUT/'$VERSION_NEW'/; s/CONFINPUT/'$CONF'/; s/SCRIPTSINPUT/'$SCRIPTS_SED'/' $SCRIPTS/*.sh
8787
sed -i 's/HOMEFOLDERINPUT/'$HOME_FOLDER_SED'/; s/SYSTEMFOLDERINPUT/'$SYSTEM_FOLDER_SED'/' $SCRIPTS/*.sh
88-
if [ -n "$VISP_GW" ]; then sed -i 's/#ISP_GW=/ISP_GW=/' $SCRIPTS/*.sh fi
88+
if [ -n "$VISP_GW" ]; then sed -i 's/#ISP_GW=/ISP_GW=/' $SCRIPTS/*.sh; fi
8989
}
9090

9191
# Copying the bird configuration file

0 commit comments

Comments
 (0)