1
0
mirror of https://github.com/km4ack/patmenu2.git synced 2025-05-15 14:20:12 -07:00

write config name to file

This commit is contained in:
KM4ACK 2022-04-06 18:30:29 -05:00
parent c30d56621e
commit c0a5a56d2c

View File

@ -147,6 +147,7 @@ elif [ $BUT = 2 ]; then
exit
else
cp $MYPATH/$NEWCONFIG $MYPATH/config
echo "CONF=$NEWCONFIG" > $MYPATH/.currentconf #write config file name to a file
rm $OUTFILE
yad --title="Config Loaded" --width=400 --height=200 \
--image $LOGO --window-icon=$LOGO --image-on-top \