Skip to content

Commit

Permalink
One more 3 to 3.5 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
miklevin committed Oct 9, 2016
1 parent eea96e8 commit f625ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Reset/Server/Ingredients/rc.local
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ until [ "$selection" = "0" ]; do
exit
;;
1 ) clear
if [ ! -d /tmp/tcloop/python3 ]; then
if [ ! -d /tmp/tcloop/python3.5 ]; then
sudo -u tc sh /home/tc/Python3.sh
elif [ ! -d /tmp/tcloop/vim ]; then
sudo -u tc sh /home/tc/drinkme.sh
Expand Down

0 comments on commit f625ba5

Please sign in to comment.