Skip to content

Commit

Permalink
revert printf
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsvanloef committed Feb 5, 2024
1 parent 4464ba0 commit 34470e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/init.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

if [[ ! "${PUID}" -eq 0 ]] && [[ ! "${PGID}" -eq 0 ]]; then
printf "\e[0;32m%s\e[0m\n" "*****EXECUTING USERMOD*****"
printf "\e[0;32m*****EXECUTING USERMOD*****\e[0m\n"
usermod -o -u "${PUID}" steam
groupmod -o -g "${PGID}" steam
else
Expand Down

0 comments on commit 34470e6

Please sign in to comment.