6 lines
91 B
Bash
6 lines
91 B
Bash
#!/bin/bash
|
|
|
|
echo " * Fixing permissions"
|
|
chown -R root. /root/
|
|
chown -R ipng. /home/ipng/
|