diff --git a/CLIENT_DATA/timer3264.ins b/CLIENT_DATA/timer3264.ins index 41d1504..c142c8a 100644 --- a/CLIENT_DATA/timer3264.ins +++ b/CLIENT_DATA/timer3264.ins @@ -1,5 +1,5 @@ if ( strLength($sereby_timer_value$) = "0" ) - Set $sereby_timer_value$ = 5 + Set $sereby_timer_value$ = "5" opsiservicecall_sereby_timer_value endif diff --git a/builder-targets-cb.sh b/builder-targets-cb.sh index d0da2b2..1268557 100644 --- a/builder-targets-cb.sh +++ b/builder-targets-cb.sh @@ -128,6 +128,7 @@ function create() { # set exec bit on executeables find $INST_DIR/CLIENT_DATA -type f -iname "*.exe" -o -iname "*.bat" -o -iname "*.cmd" -o -iname "*.msi" -o -iname "*.msp" | xargs chmod +x -v + find $INST_DIR/CLIENT_DATA -type d -print0 | xargs -0 chmod 755 -v # delete the temp directory rm -rf $INST_DIR/CLIENT_DATA/X86