KM4ACK 2021-11-14 14:20:08 -06:00
rodzic 2c9f0938ed
commit 60f13b0e6b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
#this script used to check for apps that need updates
UPDATEFILE=/run/user/1000/bapupdate.txt
UPDATEFILE=/run/user/$UID/bapupdate.txt
#Delete file if exist
if [ -f $UPDATEFILE ]; then