[no ci] Overlay: update time stamp

pull/1266/head
Viktor 2024-01-18 14:46:46 +01:00
parent 1e31d4c145
commit e24d51505f
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# OpenIPC.org | 2024 # OpenIPC.org | 2024
# #
scr_version=1.0.30 scr_version=1.0.31
args=" $@" args=" $@"
@ -105,7 +105,7 @@ free_resources() {
echo -n "Killing majestic ... " echo -n "Killing majestic ... "
time=$(grep TIME_STAMP /etc/os-release | cut -d= -f2) time=$(grep TIME_STAMP /etc/os-release | cut -d= -f2)
if [ "$time" -gt "1705414000" ]; then if [ "$time" -gt "1706791500" ]; then
killall -q -SIGUSR2 majestic killall -q -SIGUSR2 majestic
else else
killall -q majestic killall -q majestic