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