diff --git a/linuxgsm.sh b/linuxgsm.sh index c180aafcc..e9d032fcc 100644 --- a/linuxgsm.sh +++ b/linuxgsm.sh @@ -369,6 +369,9 @@ else if [ ! -f "${tmpdir}/linuxgsm.sh" ]; then fn_fetch_file_github "" "linuxgsm.sh" "${tmpdir}" "chmodx" "norun" "noforcedl" "nomd5" fi - getopt=$1 - core_getopt.sh + # Prevents running of core_exit.sh for Travis. + if [ "${travistest}" != "1" ]; then + getopt=$1 + core_getopt.sh + fi fi \ No newline at end of file