Skip to content

Commit 4651498

Browse files
committed
changed starter
1 parent a003162 commit 4651498

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

files/applications/DuplicateOS.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Desktop Entry]
22
Name=Duplicate USB-Stick
33
Comment=Dupliziere dieses Betriebsystem auf andere USB-Sticks
4-
Exec=/opt/duplicate-usb-stick.sh
4+
Exec=/opt/duplicate-usb-stick-starter.sh
55
Icon=/opt/icons/CopyOSToUSB.png
66
Terminal=true
77
Type=Application
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/bash
2+
3+
cd "`dirname \"$0\"`"
4+
if ./duplicate-usb-stick.sh; then
5+
echo "All OK, you can press ENTER to exit."
6+
else
7+
echo "There seems to be an error!"
8+
echo "Please Report it here: "
9+
echo " https://github.com/CoderDojoPotsdam/live-addons/issues"
10+
echo "along with this file: \"/opt/duplicate-usb-stick.sh\"."
11+
fi
12+
read

0 commit comments

Comments
 (0)