Skip to content

Commit c78beb3

Browse files
authored
Remove explicit exit code from endurain.sh
1 parent 3ff1d74 commit c78beb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/endurain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function update_script() {
7070
msg_ok "Started Service"
7171
msg_ok "Update Completed Successfully!"
7272
fi
73-
exit 0
73+
exit
7474
}
7575

7676
start

0 commit comments

Comments
 (0)