From 706e71908ccc5b1a8e47bdff1db64b77d889e027 Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Sun, 2 May 2021 20:19:03 +0200 Subject: [PATCH] Path bugfixes --- users/vsrv/scripts/server_installation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/vsrv/scripts/server_installation.sh b/users/vsrv/scripts/server_installation.sh index 67789ec..245e7c2 100644 --- a/users/vsrv/scripts/server_installation.sh +++ b/users/vsrv/scripts/server_installation.sh @@ -17,7 +17,7 @@ install_git install_lsd install_ncdu echo 'echo ""' | sudo tee -a /etc/bash.bashrc > /dev/null -sudo python3 write_bashrc.py /home/ /root/ +sudo python3 $PWD/users/vsrv/scripts/write_bashrc.py /home/ /root/ install_neofetch install_trash_cli