Skip to content

Commit

Permalink
xconf: sv to entry.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Dec 6, 2023
1 parent 83a8779 commit 058161f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flux/src/xconf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ rm -f /xconf.sh
mkdir -p /etc/dropbear

##########################################
# && ln -s /usr/bin/supervisorctl /usr/bin/sv \
$RUN \
match1=$(cat /etc/group |grep sudo); \
test -z "$match1" && groupadd sudo; \
Expand All @@ -38,7 +37,6 @@ $RUN \
&& rm -f /bin/sh && ln -s /bin/bash /bin/sh; \
\
mkdir -p /var/log/supervisor; \
rm -f /usr/bin/sv; echo -e "#!/bin/bash\ntest -z "\$1" && go-supervisord ctl -h || go-supervisord ctl \$@" > /usr/bin/sv; chmod +x /usr/bin/sv; \
echo "alias ll='ls -lF'; alias la='ls -A'; alias l='ls -CF';" |sudo tee -a /home/$user/.bashrc


Expand Down

0 comments on commit 058161f

Please sign in to comment.