Skip to content

Commit

Permalink
"$APPSPATH"
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed May 6, 2024
1 parent 0c84c81 commit f6ddffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/update.am
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function _update_apps() {
sleep 0.1
echo '-----------------------------------------------------------------------------'
echo -e " >> START OF ALL PROCESSES <<\n-----------------------------------------------------------------------------"
for f in $APPSPATH/*/; do
for f in "$APPSPATH"/*/; do
cd "$f" 2>/dev/null &&
if test -f ./AM-updater; then
start=$(date +%s) && \
Expand Down

0 comments on commit f6ddffb

Please sign in to comment.