You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
240 B

8 years ago
#!/bin/sh
# This script has to be placed at $HOME/$USER/$PROJECT directory
# Switch to the directory of this script
cd "$(dirname "$(realpath "$0")")"
chown -Rh $USER:$USER $DATA
su -s /bin/sh $USER -c "python zeronet.py --ui_ip 0.0.0.0"