Skip to content

Commit

Permalink
fixed crash caused by using sudo inside docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
shitwolfymakes committed Jun 20, 2022
1 parent 2e69ec7 commit 35a5d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker/runit/arm_user_files_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ for dir in $SUBDIRS ; do
done

##### Setup ARM-specific config files if not found
sudo mkdir -p /etc/arm/config
mkdir -p /etc/arm/config
CONFS="arm.yaml apprise.yaml"
for conf in $CONFS; do
thisConf="/etc/arm/config/${conf}"
Expand Down

0 comments on commit 35a5d14

Please sign in to comment.