updated scripts for testing
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
#!/bin/ash
|
||||
|
||||
if [ "$EUID" -eq 0 ]
|
||||
then
|
||||
echo "Please do NOT run as root"
|
||||
exit
|
||||
fi
|
||||
|
||||
# git config
|
||||
git config --global credential.helper store
|
||||
git config --global user.name "akanealw"
|
||||
|
||||
Reference in New Issue
Block a user