melawy-archiso-config/Melawy-Linux-Tiny/06_chown.sh

10 lines
161 B
Bash
Executable File

#!/bin/bash
sudo chown -R 1000:1000 ../sf
echo "Ready"
if [ "$status" == 0 ]; then
sleep 5
kill $(ps x | grep konsole | grep $0 | awk '{print $1}')
fi