Bladeren bron

Merge branch 'master' of https://tree.clementinecomputing.com/clementinecomputing/popufare

clementinecomputing 6 jaren geleden
bovenliggende
commit
914e9ca947

BIN
busunit/DIUv2/html/assets/368780__gurie__start-sound-beep.mp3


BIN
busunit/DIUv2/html/assets/443026__qubodup__public-domain-beep-sound.mp3


+ 2 - 1
busunit/scripts/apply_update_popufare.sh

@@ -77,7 +77,8 @@ if [[ "$update_checksum" == "$local_checksum" ]] ; then
       if [ -f $SSH_TUNNEL_PIDFILE ]; then kill `cat $SSH_TUNNEL_PIDFILE`; sleep 30; fi
       /usr/bin/poff gprs
       shutdown -r now;
-      sleep 1000;
+      #sleep 1000;
+      sleep 60;
     fi
     exit 0
   else

+ 2 - 1
busunit/scripts/common_values.sh

@@ -173,7 +173,8 @@ ALWAYS_BIN_LIST="$BASEDIR/bin/init_bus.sh $BASEDIR/bin/update_loop.sh $BASEDIR/b
 
 ALWAYS_SYS_DIR_LIST="/etc /etc/ssh /etc/ppp"
 
-DEFAULT_EXTRACT_PATH="/"
+#DEFAULT_EXTRACT_PATH="/"
+DEFAULT_EXTRACT_PATH="/home/bus"
 EXTRACT_PATH_FILE="/tmp/pkg_extract_path"
 
 ##################################################################################################################